diff --git a/.editorconfig b/.editorconfig index c2bc901..07dad77 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,7 @@ indent_size = 4 [*.md] trim_trailing_whitespace = true + +[Makefile] +indent_style = tab +indent_size = 8 diff --git a/.eslintrc.json b/.eslintrc.json index 7f69910..0f95a7e 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -3,18 +3,6 @@ "indent": [ 2, 4 - ], - "quotes": [ - 2, - "single" - ], - "linebreak-style": [ - 2, - "unix" - ], - "semi": [ - 2, - "always" ] }, "env": {