annotate .editorconfig @ 2:90296614b7e2 default tip

Adding in the base for the clients table
author luka
date Thu, 28 Aug 2025 20:55:40 -0400
parents 9d7dcd54c677
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9d7dcd54c677 Initial Commit and package setup
luka
parents:
diff changeset
1 root = true
9d7dcd54c677 Initial Commit and package setup
luka
parents:
diff changeset
2
9d7dcd54c677 Initial Commit and package setup
luka
parents:
diff changeset
3 [*]
9d7dcd54c677 Initial Commit and package setup
luka
parents:
diff changeset
4 charset = utf-8
9d7dcd54c677 Initial Commit and package setup
luka
parents:
diff changeset
5 end_of_line = lf
9d7dcd54c677 Initial Commit and package setup
luka
parents:
diff changeset
6 indent_size = 4
9d7dcd54c677 Initial Commit and package setup
luka
parents:
diff changeset
7 indent_style = space
9d7dcd54c677 Initial Commit and package setup
luka
parents:
diff changeset
8 insert_final_newline = true
9d7dcd54c677 Initial Commit and package setup
luka
parents:
diff changeset
9 trim_trailing_whitespace = true
9d7dcd54c677 Initial Commit and package setup
luka
parents:
diff changeset
10
9d7dcd54c677 Initial Commit and package setup
luka
parents:
diff changeset
11 [*.md]
9d7dcd54c677 Initial Commit and package setup
luka
parents:
diff changeset
12 trim_trailing_whitespace = false
9d7dcd54c677 Initial Commit and package setup
luka
parents:
diff changeset
13
9d7dcd54c677 Initial Commit and package setup
luka
parents:
diff changeset
14 [*.{yml,yaml}]
9d7dcd54c677 Initial Commit and package setup
luka
parents:
diff changeset
15 indent_size = 2
9d7dcd54c677 Initial Commit and package setup
luka
parents:
diff changeset
16
9d7dcd54c677 Initial Commit and package setup
luka
parents:
diff changeset
17 [docker-compose.yml]
9d7dcd54c677 Initial Commit and package setup
luka
parents:
diff changeset
18 indent_size = 4