.editorconfig: indent css with spaces
We already do in doc/style.css, but we should tell our editors and formatters, too. The comment.. doesn't really make sense, it's purely repetitive with the code itself. Thus, removed.
This commit is contained in:
@@ -23,8 +23,7 @@ insert_final_newline = false
|
|||||||
|
|
||||||
# see https://nixos.org/nixpkgs/manual/#chap-conventions
|
# see https://nixos.org/nixpkgs/manual/#chap-conventions
|
||||||
|
|
||||||
# Match json/lockfiles/markdown/nix/perl/python/ruby/shell/docbook files, set indent to spaces
|
[*.{bash,css,js,json,lock,md,nix,pl,pm,py,rb,sh,xml}]
|
||||||
[*.{bash,js,json,lock,md,nix,pl,pm,py,rb,sh,xml}]
|
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
|
||||||
# Match docbook files, set indent width of one
|
# Match docbook files, set indent width of one
|
||||||
|
|||||||
Reference in New Issue
Block a user