Skip to content

Commit

Permalink
Reindent the files (microsoft#2226)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrow authored Nov 3, 2021
1 parent 9f1a4e0 commit 33ffa5d
Show file tree
Hide file tree
Showing 119 changed files with 22,539 additions and 22,592 deletions.
71 changes: 0 additions & 71 deletions .clang-format

This file was deleted.

9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[{src,test}/**.{ts,json,js}]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4
5 changes: 2 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"out": true // set this to false to include "out" folder in search results
},
"typescript.tsdk": "./node_modules/typescript/lib", // we want to use the TS server from our node_modules folder to control its version
"files.trimTrailingWhitespace": true,
"clang-format.executable": "${workspaceFolder}/node_modules/.bin/clang-format",
"editor.tabSize": 2
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces": false
}
Loading

0 comments on commit 33ffa5d

Please sign in to comment.