[FCP] merge dotfiles [3/N]

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
master
Martin Trojer 4 years ago committed by Facebook GitHub Bot
parent 0ded7805c2
commit d519c8330a

@ -13,6 +13,7 @@ BreakBeforeBinaryOperators: false
BreakBeforeBraces: Attach
BreakConstructorInitializersBeforeComma: false
ColumnLimit: 80
CommentPragmas: '^@atd'
ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerIndentWidth: 4
ContinuationIndentWidth: 4
@ -26,7 +27,7 @@ MaxEmptyLinesToKeep: 1
NamespaceIndentation: None
ObjCSpaceBeforeProtocolList: false
PenaltyBreakBeforeFirstCallParameter: 10
PenaltyBreakComment: 60
PenaltyBreakComment: 1000
PenaltyBreakFirstLessLess: 20
PenaltyBreakString: 1000
PenaltyExcessCharacter: 1000000

9
.gitignore vendored

@ -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/*

@ -1,6 +0,0 @@
build
clang-ocaml/.depend
xcode/*
*~
clang/install
clang/installed.version
Loading…
Cancel
Save