mirror of
https://github.com/badges/shields.git
synced 2025-04-18 19:44:04 +03:00
.editorconfig file to help all contributers to align to a common project specific standards.
This commit is contained in:
parent
9ffb06ce25
commit
f05995cf9f
12
.editorconfig
Normal file
12
.editorconfig
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
indent_style = space
|
||||
|
||||
[*.{js,json,html,css}]
|
||||
charset = utf-8
|
||||
indent_size = 2
|
Loading…
x
Reference in New Issue
Block a user