﻿/*           INFINITY CODE          */
/*     https://infinity-code.com    */

namespace InfinityCode.UltimateEditorEnhancer
{
    public enum AutoSize
    {
        ignore,
        top,
        center,
        bottom
    }
}