diff options
| author | stkhan <personal@slickd.xyz> | 2023-03-27 20:57:44 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2023-03-27 20:57:44 -0500 |
| commit | e58dcfbcd127e00bec22141387037bc58ce8bec8 (patch) | |
| tree | 4adc1f6694654b9fe83fa49c18b38dcef9f02e7d /utils/nsxiv/.editorconfig | |
| parent | a327f64412c10b04832fa5ba7c34cf494e291c19 (diff) | |
initwayland
Diffstat (limited to 'utils/nsxiv/.editorconfig')
| -rw-r--r-- | utils/nsxiv/.editorconfig | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/utils/nsxiv/.editorconfig b/utils/nsxiv/.editorconfig deleted file mode 100644 index 72b2e5e..0000000 --- a/utils/nsxiv/.editorconfig +++ /dev/null @@ -1,28 +0,0 @@ -# EditorConfig - -# apply to all files -[*] - -# top-most EditorConfig file -root = true - -# Set default charset -charset = utf-8 - -# Indentation -# indent with tabs -indent_style = tab -# same tab size as kernel style -indent_size = 8 - -# no trailing spaces -trim_trailing_whitespace = true - -# line lenght, same as kernel stipulated -max_line_length = 100 - -# all files have a final line -insert_final_newline = true - -# end of line -end_of_line = lf |