* stylua -> EmmyLuaCodeStyle: config and doc * stylua -> EmmyLuaCodeStyle: CI * stylua -> EmmyLuaCodeStyle: CI * stylua -> EmmyLuaCodeStyle: CI * stylua -> EmmyLuaCodeStyle: CI * stylua -> EmmyLuaCodeStyle: CI * stylua -> EmmyLuaCodeStyle * stylua -> EmmyLuaCodeStyle: call_arg_parentheses = always * stylua -> EmmyLuaCodeStyle * stylua -> EmmyLuaCodeStyle
21 lines
410 B
INI
21 lines
410 B
INI
root = true
|
|
|
|
[*]
|
|
insert_final_newline = true
|
|
end_of_line = lf
|
|
|
|
[nvim-tree-lua.txt]
|
|
max_line_length = 78
|
|
|
|
[*.lua]
|
|
indent_style = space
|
|
max_line_length = 140
|
|
indent_size = 2
|
|
|
|
# EmmyLuaCodeStyle specific, see
|
|
# https://github.com/CppCXY/EmmyLuaCodeStyle/blob/master/lua.template.editorconfig
|
|
continuation_indent = 2
|
|
quote_style = double
|
|
call_arg_parentheses = always
|
|
space_before_closure_open_parenthesis = false
|