mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
CodingStype: add explanation how to install the QtCreator settings
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a05cf2136d
commit
f09b46d47a
1 changed files with 4 additions and 0 deletions
|
@ -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"?>
|
||||
|
|
Loading…
Reference in a new issue