From cb136e336ada0d0f2039f2f570ec6b403a84a5ad Mon Sep 17 00:00:00 2001 From: usagiga Date: Sat, 2 Mar 2024 03:10:40 +0900 Subject: [PATCH] chore: update editorconfig --- .ecrc | 22 ++++++++++++++++++++++ .editorconfig.d | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 .ecrc diff --git a/.ecrc b/.ecrc new file mode 100644 index 0000000..72e6806 --- /dev/null +++ b/.ecrc @@ -0,0 +1,22 @@ +{ + "Verbose": false, + "IgnoreDefaults": false, + "Exclude": [ + "^\\.ecrc$", + "\\.sln$", + "\\.vcxproj$", + "\\.vcxproj.filters$", + "Resource\\.rc$", + "go.mod", + "go.sum" + ], + "SpacesAfterTabs": false, + "Disable": { + "EndOfLine": false, + "Indentation": false, + "IndentSize": false, + "InsertFinalNewline": false, + "TrimTrailingWhitespace": false, + "MaxLineLength": false + } +} diff --git a/.editorconfig.d b/.editorconfig.d index 3ddb81d..96af785 160000 --- a/.editorconfig.d +++ b/.editorconfig.d @@ -1 +1 @@ -Subproject commit 3ddb81d1dba2b32f627c40019e03756884b2da14 +Subproject commit 96af785c687347fdf5b13fbab8f893b6c41e3ab4