Regenerate nvim config
This commit is contained in:
23
config/neovim/store/lazy-plugins/promise-async/.editorconfig
Normal file
23
config/neovim/store/lazy-plugins/promise-async/.editorconfig
Normal file
@ -0,0 +1,23 @@
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
tab_width = 4
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.lua]
|
||||
align_continuous_assign_statement = false
|
||||
space_around_table_field_list = false
|
||||
align_call_args = false
|
||||
quote_style = single
|
||||
|
||||
[*.json,*.jsonc]
|
||||
indent_style = tab
|
||||
|
||||
[*.{yaml,yml}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[{Makefile,**.mk}]
|
||||
indent_style = tab
|
||||
Reference in New Issue
Block a user