diff options
Diffstat (limited to 'epan/wslua/.editorconfig')
-rw-r--r-- | epan/wslua/.editorconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/epan/wslua/.editorconfig b/epan/wslua/.editorconfig new file mode 100644 index 00000000..d9f4951a --- /dev/null +++ b/epan/wslua/.editorconfig @@ -0,0 +1,8 @@ +# +# Editor configuration +# +# https://editorconfig.org/ +# + +[wslua_struct.[ch]] +indent_size = 2 |