Skip to content

Commit

Permalink
EditorConfig: Further tweaks (#2038)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocornut committed Jan 16, 2019
1 parent 8381003 commit f2c9280
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@ root = true
[*]
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

# Makefile
[Makefile]
indent_style = tab
indent_size = 4
1 change: 1 addition & 0 deletions docs/CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ HOW TO UPDATE?
-----------------------------------------------------------------------

Other Changes:
- Added .editorconfig file for text editors to standardize using spaces. (#2038) [@kudaba]
- ImDrawList: Fixed AddCircle(), AddCircleFilled() angle step being off, which was visible when drawing a "circle"
with a small number of segments (e.g. an hexagon). (#2287) [@baktery]
- Fonts: imgui_freetype: Added support for imgui allocators + custom FreeType only SetAllocatorFunctions. (#2285) [@Vuhdo]
Expand Down

0 comments on commit f2c9280

Please sign in to comment.