From c28efb3a81418b0fc57ebbe284398ac2994bce59 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Mon, 25 Apr 2022 22:53:51 +0200 Subject: Fix code style --- .editorconfig | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..220f3d5 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,23 @@ +# editorconfig.org +root = true + +[*] +charset = utf-8 +indent_style = tab +end_of_line = lf +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false + +[*.{json,yaml,yml,toml,md,babelrc,eslintrc,postcssrc,stylelintrc,scss,ecrc}] +indent_style = space +indent_size = 2 + +[*.html] +indent_style = space +indent_size = 4 + +[layouts/**.{svg}] +insert_final_newline = false -- cgit v1.2.3