diff options
| -rw-r--r-- | .editorconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.editorconfig b/.editorconfig index 38dff8a..97b14fa 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,10 +1,7 @@ -# EditorConfig is awesome: https://EditorConfig.org -# top-most EditorConfig file root = true -# Unix-style newlines with a newline ending every file [*] charset = utf-8 end_of_line = lf @@ -26,7 +23,7 @@ indent_size = 2 [*.lua] indent_size = 2 tab_width = 2 -# none/single/double +# [none/single/double] quote_style = single # [line break] break_all_list_when_line_exceed = false |
