1
0
Fork 0
forked from fun/fun

Added sha256_str to class sha256.fun + a demo and some .editorconfig update. (0.12.1)

This commit is contained in:
Johannes Findeisen 2025-09-29 09:11:18 +02:00
commit 348db0bead
4 changed files with 101 additions and 1 deletions

View file

@ -53,6 +53,11 @@ indent_style = tab
ij_csv_keep_indents_on_empty_lines = true
ij_csv_wrap_long_lines = false
[*.fun]
indent_style = space
indent_size = 2
tab_width = 1
[{*.markdown,*.md}]
indent_style = space
indent_size = 2