Added sha256_str to class sha256.fun + a demo and some .editorconfig update. (0.12.1)
This commit is contained in:
parent
c56a130896
commit
348db0bead
4 changed files with 101 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue