From a12bdd7aef2882b71f2c3bef9355aa88eef637de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCrten?= <sebastian@mobanisto.de> Date: Mon, 18 Jul 2022 11:28:31 +0200 Subject: [PATCH] Add IDEA dictionary to add some words IntelliJ thinks are typos in comments etc. --- .idea/dictionaries/briar.xml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .idea/dictionaries/briar.xml diff --git a/.idea/dictionaries/briar.xml b/.idea/dictionaries/briar.xml new file mode 100644 index 0000000000..723b65b018 --- /dev/null +++ b/.idea/dictionaries/briar.xml @@ -0,0 +1,7 @@ +<component name="ProjectDictionaryState"> + <dictionary name="briar"> + <words> + <w>affero</w> + </words> + </dictionary> +</component> \ No newline at end of file -- GitLab