From e8508f7b187ad23ff6b52dfbe0db0ac9d8e18fdf Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sat, 20 Aug 2016 15:07:30 +0200 Subject: add .editorconfig and fix code formatting --- .editorconfig | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') 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 -- cgit v1.2.3-60-g2f50