1
0
mirror of https://gitlab.com/bramw/baserow.git synced 2024-11-21 07:17:53 +00:00
bramw_baserow/.editorconfig
2024-11-14 12:30:42 +00:00

19 lines
292 B
INI

root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[Makefile]
indent_style = tab
[*.{js,yml,scss,eslintrc,stylelintrc,vue,html,json,ts}]
indent_size = 2
[*.md]
trim_trailing_whitespace = false