Skip to content

Commit

Permalink
chore: Update .ecrc and .editorconfig files with consistent indent size
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaredevelop committed Aug 10, 2024
1 parent fe167ea commit 3c73518
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .ecrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"Verbose": false,
"Debug": false,
"IgnoreDefaults": false,
"SpacesAftertabs": false,
"NoColor": false,
"Exclude": ["LICENSE","testdata"],
"AllowedContentTypes": [],
"PassedFiles": [],
"Disable": {
"EndOfLine": false,
"Indentation": false,
"InsertFinalNewline": false,
"TrimTrailingWhitespace": false,
"IndentSize": false,
"MaxLineLength": false
}
}
3 changes: 2 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ indent_style = tab
[dagger.json]
indent_size = 2

[LICENSE]
[.ecrc]
indent_size = 2

0 comments on commit 3c73518

Please sign in to comment.