debian-mirror-gitlab/.editorconfig

19 lines
366 B
INI
Raw Normal View History

2020-04-08 14:13:33 +05:30
# 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-06-23 00:09:42 +05:30
2020-11-24 15:15:51 +05:30
[*.{md,markdown,js.snap}]
2020-06-23 00:09:42 +05:30
trim_trailing_whitespace = false