File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ end_of_line = lf
7
7
[nvim-tree-lua.txt ]
8
8
max_line_length = 78
9
9
10
+ # keep these in sync with .luarc.json so that lua-language-server may check/apply standalone
10
11
[* .lua ]
11
12
indent_style = space
12
13
max_line_length = 140
Original file line number Diff line number Diff line change 7
7
" ${3rd}/luv/library"
8
8
]
9
9
},
10
+ "format" : {
11
+ "defaultConfig" : {
12
+ "indent_style" : " space" ,
13
+ "max_line_length" : " 140" ,
14
+ "indent_size" : " 2" ,
15
+ "continuation_indent" : " 2" ,
16
+ "quote_style" : " double" ,
17
+ "call_arg_parentheses" : " always" ,
18
+ "space_before_closure_open_parenthesis" : " false" ,
19
+ "align_continuous_similar_call_args" : " true"
20
+ }
21
+ },
10
22
"diagnostics" : {
11
23
"libraryFiles" : " Disable" ,
12
24
"globals" : [],
You can’t perform that action at this time.
0 commit comments