dotfiles/.ecrc

21 lines
393 B
Text
Raw Permalink Normal View History

2023-02-10 09:13:56 +01:00
{
"Verbose": false,
"Debug": false,
"IgnoreDefaults": false,
"SpacesAftertabs": false,
"NoColor": false,
"Exclude": [
"lazy-lock.json",
2023-05-14 09:27:30 +02:00
".git-crypt/",
"vscode/settings.json"
2023-02-10 09:13:56 +01:00
],
"AllowedContentTypes": [],
"PassedFiles": [],
"Disable": {
"EndOfLine": false,
"Indentation": false,
"InsertFinalNewline": false,
"TrimTrailingWhitespace": false
}
}