Skip to content

Commit 580dce9

Browse files
committed
docs: Add note about tab-indentation settings
1 parent 3b1a061 commit 580dce9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@ An example of the syntax highlighting in the Light+ theme:
2424
* IntelliSense
2525
* Snippets
2626

27+
## Notes
28+
29+
If you keep to the official OScript coding standard, use tabs and set the visual tab size to 4 in `settings.json`:
30+
31+
```json
32+
"[oscript]": {
33+
"editor.tabSize": 4,
34+
"editor.insertSpaces": false,
35+
"editor.detectIndentation": false
36+
}
37+
````
38+
2739
## Contributing
2840

2941
In lieu of a formal styleguide, take care to maintain the existing coding

0 commit comments

Comments
 (0)