summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2022-03-19 11:29:42 -0700
committerPatrick McLean <chutzpah@gentoo.org>2022-03-19 11:29:58 -0700
commit87f615258688ac5d03cfc791d2f726fac98fa3ba (patch)
treee50711f88f3c74f45dc0aa5b030b253417008f44 /.editorconfig
downloadeselect-iptables-87f615258688ac5d03cfc791d2f726fac98fa3ba.tar.gz
eselect-iptables-87f615258688ac5d03cfc791d2f726fac98fa3ba.tar.bz2
eselect-iptables-87f615258688ac5d03cfc791d2f726fac98fa3ba.zip
initial commit20200508
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..aa43e41
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,12 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+
+[*.eselect]
+indent_style = tab
+indent_size = 4
+tab_width = 4
+trim_trailing_whitespace = true