mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-08 07:00:28 +01:00
19b91ec9ce
Also, after some testing, it turns out that my previous assumption about systemd was wrong. Placing a service in default.target.wants directly will cause the service to instead not be recognized by systemd.
20 lines
517 B
Markdown
20 lines
517 B
Markdown
# editorconfig
|
|
|
|
These are the settings I use for editing files. Spaces or tabs do not matter, since the environment you use should make both behave very similarly if not exactly the same.
|
|
|
|
## Dependencies
|
|
|
|
None.
|
|
|
|
## Installation
|
|
|
|
```sh
|
|
make package=ediiorconfig
|
|
```
|
|
|
|
## Usage
|
|
|
|
If you use my [`.vimrc`](/vim) or [code](/code) config, editorconfig will aleady be applied. Otherwise you should read the [editorconfig][editorconfig] website for how to enable it in your editor.
|
|
|
|
[editorconfig]: https://editorconfig.org/
|