diff options
Diffstat (limited to '.idea')
| -rw-r--r-- | .idea/dictionaries/nasr.xml | 3 | ||||
| -rw-r--r-- | .idea/prettier.xml | 7 |
2 files changed, 10 insertions, 0 deletions
diff --git a/.idea/dictionaries/nasr.xml b/.idea/dictionaries/nasr.xml new file mode 100644 index 0000000..4777b90 --- /dev/null +++ b/.idea/dictionaries/nasr.xml @@ -0,0 +1,3 @@ +<component name="ProjectDictionaryState"> + <dictionary name="nasr" /> +</component>
\ No newline at end of file diff --git a/.idea/prettier.xml b/.idea/prettier.xml new file mode 100644 index 0000000..0c83ac4 --- /dev/null +++ b/.idea/prettier.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="PrettierConfiguration"> + <option name="myConfigurationMode" value="AUTOMATIC" /> + <option name="myRunOnSave" value="true" /> + </component> +</project>
\ No newline at end of file |
