Skip to content
This repository was archived by the owner on Aug 10, 2021. It is now read-only.

Commit 75f4f09

Browse files
authored
Set code style to default IDE code style (#4516)
1 parent 1e17585 commit 75f4f09

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ gradle-app.setting
3838

3939
# local project files
4040
lib/
41-
.idea/
41+
.idea/*
4242
proto/compiler/protoc-artifacts
4343
proto/compiler/tests
4444

@@ -71,4 +71,7 @@ compile_commands.json
7171
.clangd/
7272

7373
# googletest framework used by runtime tests
74-
runtime/googletest/
74+
runtime/googletest/
75+
76+
# code style
77+
!.idea/codeStyles/

.idea/codeStyles/codeStyleConfig.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)