diff --git a/.ctags b/.ctags deleted file mode 100644 index fa51e9ed..00000000 --- a/.ctags +++ /dev/null @@ -1,11 +0,0 @@ ---extra=+f ---exclude=*jquery* ---exclude=node_modules/a* ---exclude=node_modules/[c-z]* ---exclude=*grunt* ---exclude=*bower* ---exclude=.swp ---exclude=public ---links=yes ---totals=yes - diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index c2cdfb8a..00000000 --- a/.editorconfig +++ /dev/null @@ -1,21 +0,0 @@ -# EditorConfig helps developers define and maintain consistent -# coding styles between different editors and IDEs -# editorconfig.org - -root = true - - -[*] - -# Change these settings to your own preference -indent_style = space -indent_size = 2 - -# We recommend you to keep these unchanged -end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true - -[*.md] -trim_trailing_whitespace = false