diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2024-06-19 21:14:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-19 21:14:20 +0200 |
commit | cf065e8e7feaed6d825c28e83b0dd99599cd8598 (patch) | |
tree | a7a19a66b82b15bd363ff01d090613eaa04615fb | |
parent | ee3c1646f3e98b41e1092bf8aa95a1ff436fdba7 (diff) | |
download | AntennaPod-cf065e8e7feaed6d825c28e83b0dd99599cd8598.zip |
Configure IntelliJ Idea IDE automatically (#7255)
-rw-r--r-- | .idea/codeStyles/Project.xml | 10 | ||||
-rw-r--r-- | .idea/codeStyles/codeStyleConfig.xml | 5 | ||||
-rw-r--r-- | .idea/icon.png | bin | 0 -> 23299 bytes |
3 files changed, 15 insertions, 0 deletions
diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 000000000..164c8322b --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,10 @@ +<component name="ProjectCodeStyleConfiguration"> + <code_scheme name="Project" version="173"> + <option name="LINE_SEPARATOR" value=" " /> + <option name="SOFT_MARGINS" value="120" /> + <JavaCodeStyleSettings> + <option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" /> + <option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" /> + </JavaCodeStyleSettings> + </code_scheme> +</component>
\ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 000000000..79ee123c2 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ +<component name="ProjectCodeStyleConfiguration"> + <state> + <option name="USE_PER_PROJECT_SETTINGS" value="true" /> + </state> +</component>
\ No newline at end of file diff --git a/.idea/icon.png b/.idea/icon.png Binary files differnew file mode 100644 index 000000000..998bfdea8 --- /dev/null +++ b/.idea/icon.png |