diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-08-26 23:51:17 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-08-26 23:51:17 +0200 |
| commit | 315c200a53e8e27e533fc20258216d562ff2db47 (patch) | |
| tree | 68f7d6b2643b8de1dcb85dbfe05e5ff20771e265 /.editorconfig | |
| parent | d92c819b1daa86d157e9824bf9413fd5d464d04f (diff) | |
| download | dotfiles-315c200a53e8e27e533fc20258216d562ff2db47.tar.gz dotfiles-315c200a53e8e27e533fc20258216d562ff2db47.zip | |
Removed comments (seeing if it messes up anything
Diffstat (limited to '.editorconfig')
| -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 |
