Fork of daniellemaywood.uk/gleam — Wasm codegen work
1

Configure Feed

Select the types of activity you want to include in your feed.

editorconfig: do not trim whitespace in snapshot files

+4
+4
.editorconfig
··· 24 24 [Makefile] 25 25 indent_style = tab 26 26 indent_size = 4 27 + 28 + # snapshot files contain trailing whitespace which shouldn't be removed 29 + [*.snap] 30 + trim_trailing_whitespace = false