This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Add editorconfig properties for c
pull/15/head
10sr
9 years ago
parent
1f04abc84f
commit
abd587242a
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
.editorconfig
+ 5
- 0
.editorconfig
View File
@@ -4,8 +4,13 @@ root = true
indent_style = space
indent_size = 2
tab_width = 4
end_of_line = lf
#charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 80
[*.c]
indent_size = 4
Write
Preview
Loading…
Cancel
Save