summaryrefslogtreecommitdiff
path: root/nsxiv/.editorconfig
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-05-05 17:32:35 +0000
committerstkhan <personal@slickd.xyz>2022-05-05 17:32:35 +0000
commit42966e3e531b8e46e4ab31480d45aa7a141f19ce (patch)
tree9a5a195e95bed96abb6601992d4e9e9a9634c300 /nsxiv/.editorconfig
parent2d4cdb2e921b9ecf74d7569b3e505754d483ef1a (diff)
added config files, and nsxiv
Diffstat (limited to 'nsxiv/.editorconfig')
-rw-r--r--nsxiv/.editorconfig28
1 files changed, 28 insertions, 0 deletions
diff --git a/nsxiv/.editorconfig b/nsxiv/.editorconfig
new file mode 100644
index 0000000..72b2e5e
--- /dev/null
+++ b/nsxiv/.editorconfig
@@ -0,0 +1,28 @@
+# 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