Skip to content

Commit 80ea11f

Browse files
authored
commons-app#3445 Add codestyle to git - import google java code style, use predefined styles for kotlin/xml (commons-app#3486)
1 parent 61a3f45 commit 80ea11f

File tree

3 files changed

+576
-2
lines changed

3 files changed

+576
-2
lines changed

.gitignore

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# IDEA files
22
*.iml
3-
*.iws
43
*.ipr
5-
.idea
4+
*.iws
5+
/.idea/*
66
app/src/main/gen/*
77

8+
# IDEA/Android Studio Ignore exceptions
9+
!/.idea/codeStyles/
10+
811
# Gradle
912
.gradle
1013
local.properties

0 commit comments

Comments
 (0)