From: Máté Farkas Date: Sun, 14 Feb 2016 10:48:55 +0000 (+0100) Subject: Add editorconfig file to maintain code style consistency X-Git-Tag: 0.0.14~3^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85e7f1f7dbd1b883890da4e7b6547cf4d09ef9ad;p=thirdparty%2Fbulma.git Add editorconfig file to maintain code style consistency --- diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..88423f269 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = crlf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false