diff --git a/.editorconfig b/.editorconfig index cd8eb86..a8fbc70 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,6 +10,7 @@ indent_style = space end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true +max_line_length = 80 [*.md] -trim_trailing_whitespace = false +trim_trailing_whitespace = true diff --git a/Template.md b/Template.md new file mode 100644 index 0000000..d7b4e77 --- /dev/null +++ b/Template.md @@ -0,0 +1,75 @@ +# A template for an attribute definition + +```php +