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 | 691d8a34a032c7282e73779f2d9042628a1b53f0 (patch) | |
tree | fe97766aa8389e50be0aa2b875f901bb7ed42293 /.idea/copyright/Default.xml | |
parent | 92fc1dbac8e5d8da875357adfb0123435a5fe21a (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/copyright/Default.xml')
-rw-r--r-- | .idea/copyright/Default.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.idea/copyright/Default.xml b/.idea/copyright/Default.xml new file mode 100644 index 00000000..99ca836b --- /dev/null +++ b/.idea/copyright/Default.xml @@ -0,0 +1,6 @@ +<component name="CopyrightManager"> + <copyright> + <option name="notice" value="Copyright © &#36;today.year Samuel Holland <samuel@sholland.org> SPDX-License-Identifier:" /> + <option name="myName" value="Default" /> + </copyright> +</component>
\ No newline at end of file |