diff options
author | Samuel Holland <samuel@sholland.org> | 2018-05-01 16:31:21 -0500 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2018-05-01 16:31:21 -0500 |
commit | ed1cfec8540367cf0d117cc0a7170af3d5a64d85 (patch) | |
tree | fe97766aa8389e50be0aa2b875f901bb7ed42293 /.idea/codeStyles/codeStyleConfig.xml | |
parent | ec8c23384ef336a35cff1b731c40b004968b2902 (diff) |
project: Import select Android Studio configuration files
Having a consistent set of code style and inspection rules makes it
easier for contributors to match the existing code.
Signed-off-by: Samuel Holland <samuel@sholland.org>
Diffstat (limited to '.idea/codeStyles/codeStyleConfig.xml')
-rw-r--r-- | .idea/codeStyles/codeStyleConfig.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 00000000..79ee123c --- /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 |