cookpad/android-code-style

Name: android-code-style

Owner: Cookpad Inc.

Description: Cookpad Android Code Style

Created: 2015-04-27 04:44:24.0

Updated: 2018-04-04 11:25:43.0

Pushed: 2018-03-12 10:36:05.0

Homepage: https://github.com/cookpad/styleguide

Size: 91

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

IDE settings for Cookpad Android Style

This is an Android Studio settings for the Cookpad coding style standard.

To introduce this settings, save the codeStyleSettings.xml to .idea/, add !.idea/codeStyleSettings.xml to .gitignore, and restart Android Studio.

 an android project:
 -L "https://raw.githubusercontent.com/cookpad/android-code-style/master/.idea/codeStyleSettings.xml" > .idea/codeStyleSettings.xml
start Android Studio!
itignore
itignore
a/*
ea/codeStyleSettings.xml

If you want to apply this settings for all projects, execute below script and restart Android Studio.

r macOS
 -L "https://raw.githubusercontent.com/cookpad/android-code-style/master/ideaPreferences/codestyles/CookpadStyle.xml" > ~/Library/Preferences/AndroidStudio<version>/codestyles/CookpadStyle.xml
 -L "https://raw.githubusercontent.com/cookpad/android-code-style/master/ideaPreferences/options/code.style.schemes.xml" > ~/Library/Preferences/AndroidStudio<version>/options/code.style.schemes.xml
start Android Studio

See Also


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.