-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.ecrc
More file actions
26 lines (26 loc) · 491 Bytes
/
.ecrc
File metadata and controls
26 lines (26 loc) · 491 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"Verbose": false,
"IgnoreDefaults": true,
"Exclude": [
"\\.sln$",
"\\..*proj$",
"\\.filters$",
"iutest_ver.hpp",
".*\\.NativeActivity/",
".*\\.Packaging/",
"samples/gmock",
"samples/gtest",
"\\.md$",
"Doxyfile",
"node_modules/",
"\\.git/"
],
"Disable": {
"EndOfLine": false,
"Indentation": true,
"InsertFinalNewline": false,
"TrimTrailingWhitespace": false,
"IndentSize": true
},
"SpacesAftertabs": false
}