Add .editorconfig (#107)

* Add .editorconfig

* Update README.md

Co-authored-by: gokul <33443763+JavaCafe01@users.noreply.github.com>
This commit is contained in:
HeavyRain266 2021-09-09 08:26:09 +01:00 committed by GitHub
parent 74dac14a3f
commit b41284816c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 9 deletions

23
.editorconfig Normal file
View File

@ -0,0 +1,23 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
trim_trailing_whitespace = true
[*.lua]
indent_size = 4
indent_style = space
[*.yml]
indent_size = 2
indent_style = space
[*.{html,css}]
indent_size = 2
indent_style = space
[*.md]
trim_trailing_whitespace = false

View File

@ -1,5 +1,5 @@
<p align="center">
<img src="/images/bling_banner.png" />
<img src="/images/bling_banner.png" />
</p>
<h1 align="center"></h1>
@ -36,12 +36,6 @@ In order to use the `tabbed` modules `pick` function, you need to install `xwini
Contributions are welcome 💛
When adding a module/layout/signal, please add theme variables for customization and add the according documentation under `docs`.
Before requesting changes, makes sure that your editor has an "editorconfig" extension installed, this will use our code style everytime when you edit in the `bling` folder.
A special thanks to all our contributors...
<a href="https://github.com/Nooo37/bling/graphs/contributors">
<img src="https://contrib.rocks/image?repo=Nooo37/bling" />
</a>
Made with [contributors-img](https://contrib.rocks).
When adding a layout/module/signal/widget, please add theme variables for customization and add the according documentation under `docs`.