We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6709463 commit 4340598Copy full SHA for 4340598
2 files changed
.editorconfig
@@ -7,6 +7,7 @@ end_of_line = lf
7
[nvim-tree-lua.txt]
8
max_line_length = 78
9
10
+# keep these in sync with .luarc.json so that lua-language-server may check/apply standalone
11
[*.lua]
12
indent_style = space
13
max_line_length = 140
.luarc.json
@@ -7,6 +7,18 @@
"${3rd}/luv/library"
]
},
+ "format": {
+ "defaultConfig": {
+ "indent_style": "space",
+ "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
+ },
22
"diagnostics": {
23
"libraryFiles": "Disable",
24
"globals": [],
0 commit comments