2020-03-16 17:09:21 -04:00
|
|
|
# top-most EditorConfig file
|
|
|
|
root = true
|
|
|
|
|
|
|
|
# Unix-style newlines with a newline ending every file
|
|
|
|
[*]
|
|
|
|
end_of_line = lf
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|
|
|
|
|
|
|
|
[*.{js,json,vue,scss,rb,haml,yml}]
|
|
|
|
indent_size = 2
|
|
|
|
|
|
|
|
[*.{js,json,vue,scss,rb,haml,yml,md}]
|
|
|
|
indent_style = space
|
|
|
|
charset = utf-8
|
2020-05-28 05:08:05 -04:00
|
|
|
|
2020-09-08 14:08:48 -04:00
|
|
|
[*.{md,markdown,js.snap}]
|
2020-05-28 05:08:05 -04:00
|
|
|
trim_trailing_whitespace = false
|