ecformat 0.2.0

command line tool to keep files correct in respect of your EditorConfig
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// SPDX-FileCopyrightText: Contributors to ecformat project <https://codeberg.org/BaumiCoder/ecformat>
//
// SPDX-License-Identifier: BlueOak-1.0.0

//! Tests for the `indentation` module with submodules for each function under test.

mod get_lines_with_wrong_indentation;

mod check_line_indentation;

mod fix_indentations;

mod fix_line_indentation;

mod test_utils;