Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Eoksni
Created May 16, 2017 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Eoksni/49cbac2c0a6cfd17b1d93b699098ac8a to your computer and use it in GitHub Desktop.
Save Eoksni/49cbac2c0a6cfd17b1d93b699098ac8a to your computer and use it in GitHub Desktop.
test case for tsfmt .editorconfig with --baseDir
let q = function(name) {
console.log("greetings" + name);
}
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
let q = function(name) {
console.log("greetings" + name);
}
{
"insertSpaceAfterFunctionKeywordForAnonymousFunctions": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment