This website works better with JavaScript.
Home
Explore
Help
Sign In
rypel
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[editorconfig] add rules for makefile, markdown, yaml, json and default
master
Julian
2 years ago
parent
0fbb4f592b
commit
417e383f85
1 changed files
with
19 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+19
-0
.editorconfig
+ 19
- 0
.editorconfig
View File
@ -0,0 +1,19 @@
# https://editorconfig.org
root
=
true
[*]
charset
=
utf-8
end_of_line
=
lf
insert_final_newline
=
true
trim_trailing_whitespace
=
true
indent_style
=
space
indent_size
=
4
[makefile]
indent_style
=
tab
[*.md]
trim_trailing_whitespace
=
false
[*.{json,yml,yaml}]
indent_size
=
2
Write
Preview
Loading…
Cancel
Save