annotate .editorconfig @ 31191:bb9d776eafac stable

Fix wrong color in PDF printout of some latex strings (bug #62884) * octave-svgconvert (draw): For "rect" elements only set brush color if necessary and eventually restore to previous color.
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Sun, 14 Aug 2022 18:24:07 +0200
parents 640ee0d531d0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
27334
640ee0d531d0 add EditorConfig for default file encoding and indentation
Mike Miller <mtmiller@octave.org>
parents:
diff changeset
1 root = true
640ee0d531d0 add EditorConfig for default file encoding and indentation
Mike Miller <mtmiller@octave.org>
parents:
diff changeset
2
640ee0d531d0 add EditorConfig for default file encoding and indentation
Mike Miller <mtmiller@octave.org>
parents:
diff changeset
3 [*]
640ee0d531d0 add EditorConfig for default file encoding and indentation
Mike Miller <mtmiller@octave.org>
parents:
diff changeset
4 charset = utf-8
640ee0d531d0 add EditorConfig for default file encoding and indentation
Mike Miller <mtmiller@octave.org>
parents:
diff changeset
5 end_of_line = lf
640ee0d531d0 add EditorConfig for default file encoding and indentation
Mike Miller <mtmiller@octave.org>
parents:
diff changeset
6 indent_size = 2
640ee0d531d0 add EditorConfig for default file encoding and indentation
Mike Miller <mtmiller@octave.org>
parents:
diff changeset
7 indent_style = space
640ee0d531d0 add EditorConfig for default file encoding and indentation
Mike Miller <mtmiller@octave.org>
parents:
diff changeset
8 insert_final_newline = true
640ee0d531d0 add EditorConfig for default file encoding and indentation
Mike Miller <mtmiller@octave.org>
parents:
diff changeset
9
640ee0d531d0 add EditorConfig for default file encoding and indentation
Mike Miller <mtmiller@octave.org>
parents:
diff changeset
10 [*.{am,mk}]
640ee0d531d0 add EditorConfig for default file encoding and indentation
Mike Miller <mtmiller@octave.org>
parents:
diff changeset
11 indent_size = tab
640ee0d531d0 add EditorConfig for default file encoding and indentation
Mike Miller <mtmiller@octave.org>
parents:
diff changeset
12 indent_style = tab