Files
OpenRA/stylecop.json
Paul Chote ba282865f1 Replace legacy StyleCop(Plus) with StyleCopAnalyzers
Analyzers are enabled in the Debug configuration
only to avoid unnecessary overheads when compiling
normally.
2019-05-09 20:40:08 +02:00

10 lines
138 B
JSON

{
"settings": {
"indentation": {
"useTabs": true
},
"layoutRules": {
"newlineAtEndOfFile": "require"
}
}
}