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
Do not set indent_size by default
pull/15/head
10sr
9 years ago
parent
abd587242a
commit
c275cf1f5f
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.editorconfig
+ 2
- 2
.editorconfig
View File
@@ -2,8 +2,8 @@ root = true
[*]
indent_style = space
indent_size = 2
tab_width = 4
#
indent_size = 2
#
tab_width = 4
end_of_line = lf
#charset = utf-8
Write
Preview
Loading…
Cancel
Save