windhamdavid 8 years ago
parent
commit
5948bfe9bc
2 changed files with 16 additions and 1 deletions
  1. 4 1
      .gitignore
  2. 12 0
      .tm_properties

+ 4 - 1
.gitignore

@@ -3,4 +3,7 @@ logs
 *.log
 npm-debug.log*
 node_modules
-coverage
+coverage
+test
+build
+tmp

+ 12 - 0
.tm_properties

@@ -0,0 +1,12 @@
+exclude        = "{$exclude,*.log}"
+excludeDirectories = "node_modules, build,tmp,log"
+
+showInvisibles = true
+softWrap       = false
+wrapColumn     = 80
+softTabs       = true
+tabSize        = 3
+
+[ *.{txt,md,mdown,markdown} ]
+spellChecking  = true
+tabSize        = 4