diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..ef533c2e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +$ cat .gitattributes +*.module linguist-language=PHP diff --git a/wire/.editorconfig b/wire/.editorconfig new file mode 100644 index 00000000..6b46728e --- /dev/null +++ b/wire/.editorconfig @@ -0,0 +1,28 @@ +; This file is for unifying the coding style for different editors and IDEs. +; More information at http://editorconfig.org + + +root = true + + +[*] +charset = utf-8 +end_of_line = lf + + +[*.{php,inc,module}] +indent_style = tab +trim_trailing_whitespace = false +insert_final_newline = true + + +[*.js] +indent_style = tab +trim_trailing_whitespace = true +insert_final_newline = true + + +[*.{css,less,scss}] +indent_style = tab +trim_trailing_whitespace = true +insert_final_newline = true