diff options
author | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-10-04 20:38:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-04 20:38:48 -0400 |
commit | 28cbae726c341478c9d031fca638e2b3989715ab (patch) | |
tree | 77dac4538e9a0855e84ef27328c158ef1f7c15fe /.idea/copyright/profiles_settings.xml | |
parent | b0a126b2fecfa3f13c367e33585bc4ea410800f2 (diff) | |
download | OneConfig-28cbae726c341478c9d031fca638e2b3989715ab.tar.gz OneConfig-28cbae726c341478c9d031fca638e2b3989715ab.tar.bz2 OneConfig-28cbae726c341478c9d031fca638e2b3989715ab.zip |
* new: add intellij copyright header
Diffstat (limited to '.idea/copyright/profiles_settings.xml')
-rw-r--r-- | .idea/copyright/profiles_settings.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml new file mode 100644 index 0000000..05c7e4f --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,10 @@ +<component name="CopyrightManager"> + <settings default="OneConfig"> + <module2copyright> + <element module="Project Files" copyright="OneConfig" /> + </module2copyright> + <LanguageOptions name="JAVA"> + <option name="fileTypeOverride" value="3" /> + </LanguageOptions> + </settings> +</component>
\ No newline at end of file |