Skip to content

Commit 1c52abe

Browse files
Update common files (#1397)
1 parent 80f4166 commit 1c52abe

File tree

3 files changed

+133
-89
lines changed

3 files changed

+133
-89
lines changed

.editorconfig

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
root = true
2+
3+
[*]
4+
trim_trailing_whitespace = true
5+
insert_final_newline = true
6+
charset = utf-8
7+
indent_style = space
8+
9+
[{*.sh,gradlew}]
10+
end_of_line = lf
11+
12+
[{*.bat,*.cmd}]
13+
end_of_line = crlf
14+
15+
[*.java]
16+
indent_size = 4
17+
tab_width = 4
18+
max_line_length = 100
19+
# Import order can be configured with ij_java_imports_layout=...
20+
# See documentation https://youtrack.jetbrains.com/issue/IDEA-170643#focus=streamItem-27-3708697.0-0
21+
22+
[*.xml]
23+
indent_size = 4

.gitattributes

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
4+
*.java text
5+
*.html text
6+
*.kt text
7+
*.kts text
8+
*.md text diff=markdown
9+
*.py text diff=python executable
10+
*.pl text diff=perl executable
11+
*.pm text diff=perl
12+
*.css text diff=css
13+
*.js text
14+
*.sql text
15+
*.q text
16+
17+
*.sh text eol=lf
18+
gradlew text eol=lf
19+
20+
*.bat text eol=crlf
21+
*.cmd text eol=crlf

gradlew.bat

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

0 commit comments

Comments
 (0)