summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-08-20 15:07:30 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-08-20 16:16:37 +0200
commite8508f7b187ad23ff6b52dfbe0db0ac9d8e18fdf (patch)
treee68c9cd131c464a9671750ef653308a1de5cd352 /.editorconfig
parent8a4680cc74c62d348e5c428f3888e0df6b9a0738 (diff)
downloadabuild-e8508f7b187ad23ff6b52dfbe0db0ac9d8e18fdf.tar.bz2
abuild-e8508f7b187ad23ff6b52dfbe0db0ac9d8e18fdf.tar.xz
add .editorconfig and fix code formatting
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..d5552fe
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,18 @@
+# http://editorconfig.org
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_size = 4
+indent_style = tab
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[apkbuild-gem-resolver.in]
+indent_size = 2
+indent_style = space
+
+[apkbuild-pypi.in]
+indent_size = 4
+indent_style = space