mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
- move constants to a module - move reading from and writing to non-vue html to django interop module - switch to composition api and script setup sfc with pug - use optional chaining operators a lot to simplify code
6 lines
119 B
INI
6 lines
119 B
INI
[*.{js,jsx,ts,tsx,vue}]
|
|
indent_style = tab
|
|
indent_size = 2
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|