Doc: fix space issues in LICENSE, add it to .editorconfig

This commit is contained in:
Gwyneth Llewelyn
2025-10-26 00:10:23 +01:00
parent abeb9a6d20
commit 3d789622ae
2 changed files with 13 additions and 7 deletions
+12 -6
View File
@@ -14,15 +14,21 @@ trim_trailing_whitespace = true
[*.md]
max_line_length = 108
word_wrap = true
# Markdown sometimes uses two spaces at the end to
# mark soft line breaks
trim_trailing_whitespace = false
[*.css]
indent_style = space
indent_size = 2
[*.{yml,yaml}]
indent_style = space
indent_size = 2
tab_width = 2
# apparently ESLint dislikes tabs and wants indents of 2 spaces
[*js]
indent_style = space
indent_size = 2
tab_width = 2
# YAML cannot have tabs, ever!
[*.yml]
indent_style = space
indent_size = 2
tab_width = 2
+1 -1
View File
@@ -1,6 +1,6 @@
# BSD 3-Clause License
Copyright (c) 20202025, Gwyneth Llewelyn
Copyright (c) 20202025 by Gwyneth Llewelyn.
All rights reserved.
Redistribution and use in source and binary forms, with or without