nvim-ufo/.editorconfig

23 lines
357 B
INI
Raw Permalink Normal View History

2022-06-01 09:17:08 +02:00
[*]
indent_style = space
indent_size = 4
tab_width = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
[*.lua]
2023-05-06 11:37:29 +02:00
align_continuous_assign_statement = false
space_around_table_field_list = false
align_call_args = false
2022-07-22 16:55:03 +02:00
quote_style = single
2022-06-01 09:17:08 +02:00
[*.json,*.jsonc]
2022-06-01 09:17:08 +02:00
indent_style = tab
[*.js]
indent_style = tab
[{Makefile,**.mk}]
indent_style = tab