Browse Source

Stop tab indent

pull/15/head
10sr 8 years ago
parent
commit
e06c8bea84
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      micro/settings.json

+ 2
- 2
micro/settings.json View File

@@ -27,7 +27,7 @@
"tabsize": 4,
"tabstospaces": false,
"*.json": {
"tabsize": 4,
"indentchar": "\t"
"tabsize": 4,
"indentchar": "\t"
}
}

Loading…
Cancel
Save