Compare commits
9 Commits
99f7c24325
...
main
Author | SHA1 | Date | |
---|---|---|---|
f0fe2b451b | |||
310a55b27e | |||
9d9dac5fba | |||
26d464b74a | |||
c5d9266a6a | |||
a1c2c1f5f4 | |||
b30cc88ad4 | |||
587d85b8b1 | |||
2eeaa65198 |
9
.editorconfig
Normal file
9
.editorconfig
Normal file
@ -0,0 +1,9 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.wayriskset -merge -text
|
Binary file not shown.
BIN
risk_sets/nis2_nl.wayriskset
Normal file
BIN
risk_sets/nis2_nl.wayriskset
Normal file
Binary file not shown.
BIN
risk_sets/vca_vgm_nl.wayriskset
Normal file
BIN
risk_sets/vca_vgm_nl.wayriskset
Normal file
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import base64
|
||||
import json
|
Reference in New Issue
Block a user