Plain is headed towards 1.0! Subscribe for development updates →
1{ 2 "vcs": { 3 "enabled": true, 4 "clientKind": "git", 5 "useIgnoreFile": true 6 }, 7 "files": { 8 "ignore": ["**/vendor/**", "**/*.min.*", "**/tests/**"] 9 }, 10 "formatter": { 11 "indentStyle": "space" 12 } 13}