aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2020-10-04 10:54:40 +0200
committerLaria Carolin Chabowski <laria@laria.me>2020-10-04 11:27:20 +0200
commitd462bbdaa2b54d696d7708e431f4d4039b570d4b (patch)
treefb55f5098522b4263cfc44aa7847c01baaf1c4ff /README.md
parent1d07f7ba44163364b22521056e7ff774fc1b1185 (diff)
downloadidea_caseconv-d462bbdaa2b54d696d7708e431f4d4039b570d4b.tar.gz
idea_caseconv-d462bbdaa2b54d696d7708e431f4d4039b570d4b.tar.bz2
idea_caseconv-d462bbdaa2b54d696d7708e431f4d4039b570d4b.zip
Add configuration option for how to treat newlines
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7b8c18a..1357c9b 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,19 @@ There are multiple ways to do this:
- Create a keyboard shortcut: Open Settings > Keymap and search for
"Convert Case" and create a keyboard shortcut for the desired action.
+Configuration
+-------------
+
+The plugin has a configuration page in the "Settings" window of the IDE.
+You can find it under Tools > Case conversion.
+
+Currently there is only one configuration option:
+
+- **Treat newline as**: Can be either "White space" in which case selected
+ line breaks will be treated like every other white space (i.e. as a word
+ separator), or it can be "Record separator" in which case each line will
+ be converted individually. The default is "White space".
+
Contributing
------------