mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 16:30:05 +00:00
C++ syntax highlighting!
parent
2dc71e7d63
commit
aac6e9d4c3
@ -25,7 +25,8 @@ Citra is a brand new project, so we have a great opportunity to keep things clea
|
|||||||
### Indentation/Whitespace Style
|
### Indentation/Whitespace Style
|
||||||
Follow the indentation/whitespace style shown below. Do not use tabs, use 4-spaces instead.
|
Follow the indentation/whitespace style shown below. Do not use tabs, use 4-spaces instead.
|
||||||
|
|
||||||
<pre>namespace Example {
|
```cpp
|
||||||
|
namespace Example {
|
||||||
|
|
||||||
// Namespace contents are not indented
|
// Namespace contents are not indented
|
||||||
|
|
||||||
@ -100,4 +101,5 @@ void FooBar() {
|
|||||||
like_this;
|
like_this;
|
||||||
}
|
}
|
||||||
|
|
||||||
}</pre>
|
}
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user