mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 20:29:10 +00:00
Add editorconfig, fix some formatting
This commit is contained in:
parent
c2dc8e2eb9
commit
e340321604
8 changed files with 285 additions and 284 deletions
17
.editorconfig
Normal file
17
.editorconfig
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
end_of_line = lf
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
insert_final_newline = true
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = 4
|
||||||
|
|
||||||
|
[*.{json,jsonc,json5]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
|
||||||
|
[*.{yml,yaml]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
|
@ -6,20 +6,4 @@ Here you can find tutorials as well as a full API reference for all of Lune's bu
|
||||||
|
|
||||||
If you are just getting started, head over to the [installation](https://github.com/filiptibell/lune/wiki/Getting-Started---1-Installation) page!
|
If you are just getting started, head over to the [installation](https://github.com/filiptibell/lune/wiki/Getting-Started---1-Installation) page!
|
||||||
|
|
||||||
## Page Reference
|
Anything else can be found in the navigation sidebar.
|
||||||
|
|
||||||
- Getting Started
|
|
||||||
|
|
||||||
- [1. Installation](https://github.com/filiptibell/lune/wiki/Getting-Started---1-Installation)
|
|
||||||
- [2. Writing Scripts](https://github.com/filiptibell/lune/wiki/Getting-Started---2-Writing-Scripts)
|
|
||||||
- [3. Running Scripts](https://github.com/filiptibell/lune/wiki/Getting-Started---3-Running-Scripts)
|
|
||||||
- [4. Editor Setup](https://github.com/filiptibell/lune/wiki/Getting-Started---4-Editor-Setup)
|
|
||||||
|
|
||||||
- API Reference
|
|
||||||
|
|
||||||
- [FS](https://github.com/filiptibell/lune/wiki/API-Reference---FS)
|
|
||||||
- [Net](https://github.com/filiptibell/lune/wiki/API-Reference---Net)
|
|
||||||
- [Process](https://github.com/filiptibell/lune/wiki/API-Reference---Process)
|
|
||||||
- [Stdio](https://github.com/filiptibell/lune/wiki/API-Reference---Stdio)
|
|
||||||
- [Task](https://github.com/filiptibell/lune/wiki/API-Reference---Task)
|
|
||||||
- [Uncategorized](https://github.com/filiptibell/lune/wiki/API-Reference---Uncategorized)
|
|
||||||
|
|
Loading…
Reference in a new issue