1
0
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:
sagiegurari 2015-11-05 20:32:40 +02:00
parent 9ffb06ce25
commit f05995cf9f

12
.editorconfig Normal file
View 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