mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
committed by
Chris Rebert
parent
9afead3fb0
commit
ba4206b644
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"asi": false,
|
||||
"camelcase": true,
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
"immed": true,
|
||||
"indent": 2,
|
||||
"newcap": true,
|
||||
"noarg": true,
|
||||
"nonbsp": true,
|
||||
"quotmark": "single",
|
||||
"undef": true,
|
||||
"strict": true,
|
||||
"trailing": true,
|
||||
"node" : true
|
||||
}
|
||||
Reference in New Issue
Block a user