plugins/indent-o-matic: init (#1144)

This commit is contained in:
Alison Jenkins 2024-02-27 12:47:25 +00:00 committed by GitHub
parent 7eb74fecd1
commit 63558cff59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 43 additions and 0 deletions

View file

@ -0,0 +1,17 @@
{
empty = {
plugins.indent-o-matic.enable = true;
};
example = {
plugins.indent-o-matic = {
enable = true;
settings = {
max_lines = 2048;
skip_multiline = false;
standard_widths = [2 4 8];
};
};
};
}