From 8b6064305872475fa8bc799f640b2b40bdda81cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 27 Jun 2019 19:37:39 +0200 Subject: [PATCH] Added .editorconfig. Huh, how did I miss this here. --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..ae9e1bf --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +[*] +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.{css,html,yml,rb}] +indent_style = space +indent_size = 2