mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
If lines got removed in the .symbols file we won't find the current version number in the .symbols file. This change fixes the expectations. Also, if a major API change happens during the Alpha cycle we don't expect another API version increment if one already happened since we released the stable version. This change also adds some unit tests for the new functionality. These can be run manually and won't run during CI builds. Fixes #10453.
4 lines
94 B
INI
4 lines
94 B
INI
# Editor configuration, see https://editorconfig.org
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|