Skip to content
Snippets Groups Projects
Unverified Commit 854fef4e authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

docs: consistently indent .rst files with 2 spaces

2 spaces is the most common indentation width used in the docs; adjust
the rest for consistency.

Also change .editorconfig accordingly.
parent 0e19b1a5
Branches
Tags
No related merge requests found
Showing
with 292 additions and 289 deletions
...@@ -25,7 +25,7 @@ indent_size = 4 ...@@ -25,7 +25,7 @@ indent_size = 4
[*.rst] [*.rst]
indent_style = space indent_style = space
indent_size = 3 indent_size = 2
[*.yml] [*.yml]
indent_style = space indent_style = space
......
...@@ -9,10 +9,13 @@ Development workflow ...@@ -9,10 +9,13 @@ Development workflow
When you are developing packages, it often happens that you iteratively want to deploy When you are developing packages, it often happens that you iteratively want to deploy
and verify the state your development. There are two ways to verify your changes: and verify the state your development. There are two ways to verify your changes:
1) One way is to rebuild the complete firmware, flash it, configure it and verify your 1)
One way is to rebuild the complete firmware, flash it, configure it and verify your
development then. This usually takes at least a few minutes to get your changes development then. This usually takes at least a few minutes to get your changes
working so you can test them. Especially if you iterate a lot, this becomes tedious. working so you can test them. Especially if you iterate a lot, this becomes tedious.
2) Another way is to rebuild only the package you are currently working on and
2)
Another way is to rebuild only the package you are currently working on and
to deploy this package to your test system. Here not even a reboot is required. to deploy this package to your test system. Here not even a reboot is required.
This makes iterating relatively fast. Your test system could be real hardware or This makes iterating relatively fast. Your test system could be real hardware or
even a qemu in most cases. even a qemu in most cases.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment