annotate runtime/pack/dist/opt/editorconfig/.editorconfig @ 34669:fe206762c077

Update README.txt and README.md (#14313) Commit: https://github.com/vim/vim/commit/b75825f749cf87feb9ae8e7e5327bd2efe707c86 Author: Restorer <69863286+RestorerZ@users.noreply.github.com> Date: Thu Mar 28 09:14:47 2024 +0000 Update README.txt and README.md (https://github.com/vim/vim/issues/14313) Signed-off-by: RestorerZ <restorer@mail2k.ru> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 28 Mar 2024 10:15:11 +0100
parents 5c8ed31be901
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
33014
5c8ed31be901 runtime: Distribute the editorconfig with vim (#12902)
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
1 root = true
5c8ed31be901 runtime: Distribute the editorconfig with vim (#12902)
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
2
5c8ed31be901 runtime: Distribute the editorconfig with vim (#12902)
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
3 [*]
5c8ed31be901 runtime: Distribute the editorconfig with vim (#12902)
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
4 end_of_line = lf
5c8ed31be901 runtime: Distribute the editorconfig with vim (#12902)
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
5 charset = utf-8
5c8ed31be901 runtime: Distribute the editorconfig with vim (#12902)
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
6 max_line_length = 80
5c8ed31be901 runtime: Distribute the editorconfig with vim (#12902)
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
7
5c8ed31be901 runtime: Distribute the editorconfig with vim (#12902)
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
8 [*.{vim,sh}]
5c8ed31be901 runtime: Distribute the editorconfig with vim (#12902)
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
9 indent_style = space
5c8ed31be901 runtime: Distribute the editorconfig with vim (#12902)
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
10 indent_size = 4
5c8ed31be901 runtime: Distribute the editorconfig with vim (#12902)
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
11 insert_final_newline = true
5c8ed31be901 runtime: Distribute the editorconfig with vim (#12902)
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
12 trim_trailing_whitespace = true
5c8ed31be901 runtime: Distribute the editorconfig with vim (#12902)
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
13 max_line_length = 80
5c8ed31be901 runtime: Distribute the editorconfig with vim (#12902)
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
14
5c8ed31be901 runtime: Distribute the editorconfig with vim (#12902)
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
15 [*.rb]
5c8ed31be901 runtime: Distribute the editorconfig with vim (#12902)
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
16 indent_style = space
5c8ed31be901 runtime: Distribute the editorconfig with vim (#12902)
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
17 indent_size = 2
5c8ed31be901 runtime: Distribute the editorconfig with vim (#12902)
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
18 insert_final_newline = true
5c8ed31be901 runtime: Distribute the editorconfig with vim (#12902)
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
19 trim_trailing_whitespace = true
5c8ed31be901 runtime: Distribute the editorconfig with vim (#12902)
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
20 max_line_length = 120
5c8ed31be901 runtime: Distribute the editorconfig with vim (#12902)
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
21
5c8ed31be901 runtime: Distribute the editorconfig with vim (#12902)
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
22 [*.yml]
5c8ed31be901 runtime: Distribute the editorconfig with vim (#12902)
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
23 indent_style = space
5c8ed31be901 runtime: Distribute the editorconfig with vim (#12902)
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
24 indent_size = 2
5c8ed31be901 runtime: Distribute the editorconfig with vim (#12902)
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
25
5c8ed31be901 runtime: Distribute the editorconfig with vim (#12902)
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
26 [*.{bat,vbs,ps1}]
5c8ed31be901 runtime: Distribute the editorconfig with vim (#12902)
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
27 end_of_line = CRLF