Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
mruby
Commits
1d5d9121
Commit
1d5d9121
authored
May 04, 2021
by
John Bampton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Order the EditorConfig properties
parent
0c8cd600
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
.editorconfig
.editorconfig
+9
-9
No files found.
.editorconfig
View file @
1d5d9121
...
@@ -6,38 +6,38 @@
...
@@ -6,38 +6,38 @@
root = true
root = true
[*]
[*]
indent_style = tab
indent_size = 8
tab_width = 8
end_of_line = lf
charset = utf-8
charset = utf-8
end_of_line = lf
indent_size = 8
indent_style = tab
insert_final_newline = true
insert_final_newline = true
tab_width = 8
[{Makefile,Makefile.*,makefile,*.mk}]
[{Makefile,Makefile.*,makefile,*.mk}]
trim_trailing_whitespace = true
trim_trailing_whitespace = true
#max_line_length = 80
#max_line_length = 80
[*.{c,cc,C,cxx,cpp,h,hh,H,hxx,hpp,inc,y}]
[*.{c,cc,C,cxx,cpp,h,hh,H,hxx,hpp,inc,y}]
indent_style = space
indent_size = 2
indent_size = 2
indent_style = space
trim_trailing_whitespace = true
trim_trailing_whitespace = true
#max_line_length = 120
#max_line_length = 120
[{*.rb,Rakefile,rakefile,*.rake,*.gemspec,*.gembox}]
[{*.rb,Rakefile,rakefile,*.rake,*.gemspec,*.gembox}]
indent_style = space
indent_size = 2
indent_size = 2
indent_style = space
trim_trailing_whitespace = true
trim_trailing_whitespace = true
#max_line_length = 120
#max_line_length = 120
[*.bat]
[*.bat]
end_of_line = crlf
charset = latin1
charset = latin1
end_of_line = crlf
#max_line_length = 80
#max_line_length = 80
[*.{yaml,yml}]
[*.{yaml,yml}]
indent_style = space
indent_size = 2
indent_size = 2
indent_style = space
[*.md]
[*.md]
indent_style = space
indent_size = 2
indent_size = 2
indent_style = space
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment