From 018c23e239732aa71d70fdbd73b1c7f0f55663f8 Mon Sep 17 00:00:00 2001 From: Kenji Okimoto Date: Wed, 16 May 2018 16:42:02 +0900 Subject: [PATCH] Add .editorconfig Signed-off-by: Kenji Okimoto --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..4a58e13 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +max_line_length = 120 +