Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shiraji/intellij-project-settings
intelliJ/AndroidStudio code style
https://github.com/shiraji/intellij-project-settings
Last synced: about 1 month ago
JSON representation
intelliJ/AndroidStudio code style
- Host: GitHub
- URL: https://github.com/shiraji/intellij-project-settings
- Owner: shiraji
- License: mit
- Created: 2015-07-28T06:31:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-09T06:28:46.000Z (over 8 years ago)
- Last Synced: 2024-10-30T02:42:24.712Z (3 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IntelliJ/AndroidStudio's code style
IntelliJ IDE project's default settings for my project.
# How to install
* Create new project
* Quit IntelliJ
* Do following commands.```sh
cd [IntelliJ Project HOME]
mkdir -p .idea/inspectionProfiles/
curl -L "https://raw.githubusercontent.com/shiraji/intellij-project-settings/master/codeStyleSettings.xml" > .idea/codeStyleSettings.xml
curl -L "https://raw.githubusercontent.com/shiraji/intellij-project-settings/master/codeInsightSettings.xml" > .idea/codeInsightSettings.xml
curl -L "https://raw.githubusercontent.com/shiraji/intellij-project-settings/master/inspectionProfiles/Project_Default.xml" > .idea/inspectionProfiles/Project_Default.xml
curl -L "https://raw.githubusercontent.com/shiraji/intellij-project-settings/master/inspectionProfiles/profiles_settings.xml" > .idea/inspectionProfiles/profiles_settings.xml
curl -L "https://raw.githubusercontent.com/shiraji/intellij-project-settings/master/inspectionProfiles/shiraji.xml" > .idea/inspectionProfiles/shiraji.xml
cat <> .gitignore
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
/.idea/dictionaries
.DS_Store
/build
EOF
```# See Also
https://github.com/cookpad/android-code-style