This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
charts
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
18
Wiki
Activity
Browse Source
chore: add editorconfig
pull/388/head
Ankush Menat
2 years ago
parent
46191e7a53
commit
5ea1d33fdf
1 changed files
with
14 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+14
-0
.editorconfig
+ 14
- 0
.editorconfig
View File
@@ -0,0 +1,14 @@
# Root editor config file
root = true
# Common settings
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
# indentation settings
[{*.js,*.css,*.html}]
indent_style = tab
indent_size = 4
Write
Preview
Loading…
Cancel
Save