Tk Source Code

Changes On Branch editorconfig
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch editorconfig Excluding Merge-Ins

This is equivalent to a diff from 567582dd to 84480763

2017-11-13
20:16
Fix [6b2fd1e881]: grid documentation for default for -row is wrong check-in: d7dec0bd user: fvogel tags: core-8-6-branch
2017-11-12
21:12
merge core-8-6-branch into trunk (merge mark) -- adds fix to [27c4e4c8] check-in: 35d15ab2 user: culler tags: trunk
20:54
merge core-8-6-branch Leaf check-in: 84480763 user: fvogel tags: editorconfig
2017-11-11
23:20
Create new branch named "bug-b24a7a87" check-in: 95b289b4 user: culler tags: bug-b24a7a87
19:17
merge bug-27c4e4c8 into core-8-6-branch. The diff is empty because the change was already committed in the core-8-6-branch (oops). check-in: 567582dd user: culler tags: core-8-6-branch
19:09
Change to XMapWindow to make embedded toplevels display properly when first mapped. Closed-Leaf check-in: 6a505e90 user: culler tags: bug-27c4e4c8
19:02
Change to XMapWindow to make embedded toplevels display properly when first mapped. check-in: d8468f85 user: culler tags: core-8-6-branch
2016-06-29
19:06
Added EditorConfig support (experimental) check-in: 7ad4c28b user: fvogel tags: editorconfig

Added .editorconfig.









































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Rules here are following TIP 247: Tcl/Tk Engineering Manual
#    http://www.tcl.tk/cgi-bin/tct/tip/247

# Topmost EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true

# Matches multiple files with brace expansion notation
# Set default charset
[*.{c,h}]
charset = utf-8
indent_style = space
indent_size = 4
tab_width = 8
trim_trailing_whitespace = true