mirror of https://github.com/wekan/wekan
parent
c60e80d25b
commit
7d86af2b00
@ -0,0 +1,7 @@ |
||||
packages/ |
||||
node_modules/ |
||||
.build/ |
||||
.meteor/ |
||||
.vscode/ |
||||
.tx/ |
||||
.github/ |
@ -0,0 +1,8 @@ |
||||
{ |
||||
"printWidth": 80, |
||||
"tabWidth": 2, |
||||
"useTabs": false, |
||||
"semi": true, |
||||
"singleQuote": true, |
||||
"trailingComma": "all" |
||||
} |
Loading…
Reference in new issue