From 4153743c5243f43ae4ac775b518addcf02cc7bfd Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 5 Apr 2023 23:54:16 +0900 Subject: [PATCH] Create .editorconfig --- PHI-MI/.editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 PHI-MI/.editorconfig diff --git a/PHI-MI/.editorconfig b/PHI-MI/.editorconfig new file mode 100644 index 0000000..73c5516 --- /dev/null +++ b/PHI-MI/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +charset = utf-8 +trim_trailing_whitespace = false +insert_final_newline = false \ No newline at end of file