From 0757cbbf4d8c0b362ab47b92f89176bcaf88da13 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 30 Jan 2020 15:37:25 +0400 Subject: Initialized project structure 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..3e49128 --- /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 = space +insert_final_newline = true +tab_width = 2 +trim_trailing_whitespace = true + +[*.json] +indent_size = 2 +indent_style = space -- cgit v1.2.3