summaryrefslogtreecommitdiff
path: root/nsxiv/.editorconfig
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-06-20 19:54:29 +0000
committerstkhan <personal@slickd.xyz>2022-06-20 19:54:29 +0000
commit4c40a4dc245f7715f4891ed02d71475628e7a959 (patch)
treefa52419490b5a0d89d746f6e3a0b0c1e675b7726 /nsxiv/.editorconfig
parent513b0e238b98f72a01d740a0bd99a3739918645c (diff)
new directory structure
Diffstat (limited to 'nsxiv/.editorconfig')
-rw-r--r--nsxiv/.editorconfig28
1 files changed, 0 insertions, 28 deletions
diff --git a/nsxiv/.editorconfig b/nsxiv/.editorconfig
deleted file mode 100644
index 72b2e5e..0000000
--- a/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