Skip to content

Commit

Permalink
[FCP] merge dotfiles [3/N]
Browse files Browse the repository at this point in the history
Summary: dont keep dotfiles in the facebook-clang-plugins folder, rather merge into the main ones

Reviewed By: ngorogiannis

Differential Revision: D23599305

fbshipit-source-id: ced837bc4
  • Loading branch information
martintrojer authored and facebook-github-bot committed Sep 10, 2020
1 parent 0ded780 commit d519c83
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ BreakBeforeBinaryOperators: false
BreakBeforeBraces: Attach
BreakConstructorInitializersBeforeComma: false
ColumnLimit: 80
CommentPragmas: '^@atd'
ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerIndentWidth: 4
ContinuationIndentWidth: 4
Expand All @@ -26,7 +27,7 @@ MaxEmptyLinesToKeep: 1
NamespaceIndentation: None
ObjCSpaceBeforeProtocolList: false
PenaltyBreakBeforeFirstCallParameter: 10
PenaltyBreakComment: 60
PenaltyBreakComment: 1000
PenaltyBreakFirstLessLess: 20
PenaltyBreakString: 1000
PenaltyExcessCharacter: 1000000
Expand Down
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,12 @@ infer/src/.project
/infer/src/deadcode/dune
_opam
_coverage

# facebook-clang-plugins
/facebook-clang-plugins/clang-ocaml/.depend
/facebook-clang-plugins/clang-ocaml/build
/facebook-clang-plugins/clang/install
/facebook-clang-plugins/clang/installed.version
/facebook-clang-plugins/clang/src/download
/facebook-clang-plugins/libtooling/build
/facebook-clang-plugins/xcode/*
6 changes: 0 additions & 6 deletions facebook-clang-plugins/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions facebook-clang-plugins/clang-ocaml/.ocamlformat

This file was deleted.

0 comments on commit d519c83

Please sign in to comment.