Add .editorconfig (#107)
* Add .editorconfig * Update README.md Co-authored-by: gokul <33443763+JavaCafe01@users.noreply.github.com>
This commit is contained in:
parent
74dac14a3f
commit
b41284816c
|
@ -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
|
12
README.md
12
README.md
|
@ -1,5 +1,5 @@
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="/images/bling_banner.png" />
|
<img src="/images/bling_banner.png" />
|
||||||
</p>
|
</p>
|
||||||
<h1 align="center"></h1>
|
<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 💛
|
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...
|
When adding a layout/module/signal/widget, please add theme variables for customization and add the according documentation under `docs`.
|
||||||
|
|
||||||
<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).
|
|
||||||
|
|
Loading…
Reference in New Issue