2019-10-16 06:31:05 +00:00
|
|
|
# EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs
|
|
|
|
# @see http://editorconfig.org
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
end_of_line = lf
|
|
|
|
charset = utf-8
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|
2022-10-12 21:00:42 +00:00
|
|
|
indent_style = space
|
2019-10-16 06:31:05 +00:00
|
|
|
tab_width = 2
|
|
|
|
|
2022-10-12 21:00:42 +00:00
|
|
|
[*.{rb,erb,js,coffee,json,yml,css,scss,sh,markdown,md,html}]
|
2019-10-16 06:31:05 +00:00
|
|
|
indent_size = 2
|