Fix for Penetration test _ Session and cookie management
[vid.git] / vid-webpack-master / .editorconfig
1 # EditorConfig is awesome: http://EditorConfig.org
2
3 # top-most EditorConfig file
4 root = true
5
6 # Unix-style newlines with a newline ending every file
7 [*]
8 charset = utf-8
9 indent_style = space
10 indent_size = 2
11 insert_final_newline = true
12 trim_trailing_whitespace = true