From df23a8c4e9cbaa987a7e07b8f6dcb92a4a86210b Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sat, 8 Feb 2020 03:15:10 +0400 Subject: Initial EditorConfig Signed-off-by: Valentin Popov --- .editorconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..c2459c1 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,16 @@ +# EditorConfig is awesome: https://EditorConfig.org + +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 2 +indent_style = tab +insert_final_newline = true +tab_width = 4 +trim_trailing_whitespace = true + +[*.json] +indent_size = 2 +indent_style = space -- cgit v1.2.3