diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-09-07 07:58:35 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-09-07 07:58:35 -0700 |
commit | f09b46d47aee38291e4b7fa6a8fd3d4dc3ea955a (patch) | |
tree | 5c9513434cadac327dc9e613757b3996097d5e70 /CodingStyle | |
parent | a05cf2136ddcd4d1af408d74e63aaa481ca18312 (diff) | |
download | subsurface-f09b46d47aee38291e4b7fa6a8fd3d4dc3ea955a.tar.gz |
CodingStype: add explanation how to install the QtCreator settings
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'CodingStyle')
-rw-r--r-- | CodingStyle | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CodingStyle b/CodingStyle index fab68608a..9e965a401 100644 --- a/CodingStyle +++ b/CodingStyle @@ -195,6 +195,10 @@ always adjust indent makes it hard to add hard tabs before '\' when creating continuing lines. Copying a tab with your mouse / ctrl-C and inserting it with ctrl-V seems to work around that problem (use Command instead of ctrl on your Mac) +Save this XML code below to a file, open Preferences (or Tools->Options) +in QtCreator, pick C++ in the left column and then click on Import... +to open the file you just created. Now you should have a "Subsurface" +style that you can select which should work well for our coding style. <?xml version="1.0" encoding="UTF-8"?> |