diff options
author | 2020-08-24 13:01:37 +1000 | |
---|---|---|
committer | 2020-08-24 13:01:37 +1000 | |
commit | 3b5f75471715041cf20bbc2dc5b31233c40fc5b0 (patch) | |
tree | cab83d3ce55ecca2a001fac110384a44afe11fe0 /.editorconfig | |
parent | ec9992e002445e91be7fcb315372a1ab52cabbf2 (diff) |
docs: Add naming conventions for certain things.
This isn’t supposed to be too prescriptive. The C++ stuff just codifies
some things we’ve managed to mostly agree on for public interfaces. The
stuff for titles/descriptions is also just codifying existing rules so
there’s something to point people towards. This will need to be refined
as we go forward.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index abdb3ae8bfe..cad4cf931eb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,6 +8,6 @@ insert_final_newline = true tab_width = 4 trim_trailing_whitespace = true -[*.py] +[*.{py,rst}] indent_style = space tab_width = 8 |