1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-01-30 10:26:29 +00:00
bramw_baserow/.editorconfig

18 lines
289 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,json,eslintrc,stylelintrc,vue,html}]
indent_size = 2
[*.md]
trim_trailing_whitespace = false