Skip to content

Instantly share code, notes, and snippets.

@poychang
Last active September 30, 2017 03:45
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 poychang/a7e01e342b1dd3fbb24f087712bbaaea to your computer and use it in GitHub Desktop.
Save poychang/a7e01e342b1dd3fbb24f087712bbaaea to your computer and use it in GitHub Desktop.
[Clang-Format 設定檔] 更多設定值請參考 https://clang.llvm.org/docs/ClangFormatStyleOptions.html #angular
BasedOnStyle: Mozilla
BreakBeforeBraces: 'Custom'
BraceWrapping: {
AfterClass: 'false'
AfterFunction : 'false'
BeforeCatch : 'false'
IndentBraces : 'false'
}
ColumnLimit: 100
Language: JavaScript
MaxEmptyLinesToKeep: 1
JavaScriptQuotes: Single
SpacesInContainerLiterals: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment