Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit e269dea

Browse files
committed
chore(): add .clang-format file.
1 parent 4fcad37 commit e269dea

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.clang-format

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Language: JavaScript
2+
BasedOnStyle: Google
3+
ColumnLimit: 100
4+
5+
TabWidth: 2
6+
ContinuationIndentWidth: 4
7+
MaxEmptyLinesToKeep : 2
8+
9+
AllowShortBlocksOnASingleLine: false
10+
AllowShortIfStatementsOnASingleLine: false
11+
AllowShortLoopsOnASingleLine: false
12+
AllowShortFunctionsOnASingleLine: Empty
13+

0 commit comments

Comments
 (0)