Skip to content

Commit 37fa7d4

Browse files
committed
plone.meta tweaks, convert to markdown
1 parent afb41a4 commit 37fa7d4

File tree

14 files changed

+2982
-3843
lines changed

14 files changed

+2982
-3843
lines changed

.editorconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ indent_style = tab
4646
indent_size = unset
4747
tab_width = unset
4848

49+
[*.resp]
50+
trim_trailing_whitespace = false
4951

5052
##
5153
# Add extra configuration options in .meta.toml:

.meta.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@
44
[meta]
55
template = "default"
66
commit-id = "2.0.0"
7+
8+
[editorconfig]
9+
extra_lines = """
10+
[*.resp]
11+
trim_trailing_whitespace = false
12+
"""

0 commit comments

Comments
 (0)