UNPKG
webmat
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
Formats your entire project with clang-format
github.com/PolymerLabs/webmat
PolymerLabs/webmat
webmat
/
formatconfig.json
5 lines
•
106 B
JSON
View Raw
1
2
3
4
5
{
"ignoreDefaultGlobs"
:
true
,
"exclude"
:
[
"node_modules/**/*"
,
"lib/**/*"
]
,
"include"
:
[
"**/*.ts"
]
}