Skip to content

Commit

Permalink
chore: update editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
usagiga committed Mar 1, 2024
1 parent e526838 commit cb136e3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .ecrc
Original file line number Diff line number Diff line change
@@ -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
}
}
2 changes: 1 addition & 1 deletion .editorconfig.d
Submodule .editorconfig.d updated 2 files
+22 −0 .ecrc
+1 −0 docs/install.sh

0 comments on commit cb136e3

Please sign in to comment.