From cf26c0e657243d29d29ae062688e4737faf326e5 Mon Sep 17 00:00:00 2001 From: PHIDIAS <10016767+PHIDIAS0303@users.noreply.github.com> Date: Fri, 17 Mar 2023 19:21:25 +0900 Subject: [PATCH] Create .editorconfig --- PHI-MB/.editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 PHI-MB/.editorconfig diff --git a/PHI-MB/.editorconfig b/PHI-MB/.editorconfig new file mode 100644 index 0000000..73c5516 --- /dev/null +++ b/PHI-MB/.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