annotate .editorconfig @ 31237:e3016248ca5d

uifigure.m: Call set () only if varargin is not empty (bug #63088) * uifigure.m: Call set () only if varargin is not empty.
author John Donoghue <john.donoghue@ieee.org>
date Wed, 21 Sep 2022 09:55:32 -0400
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