6992:e588261fc82d | 6996:7d5a103bdb76 |
---|---|
1 """EditorConfig file handler | 1 """EditorConfig file handler |
2 | 2 |
3 Provides ``EditorConfigHandler`` class for locating and parsing | 3 Provides ``EditorConfigHandler`` class for locating and parsing |
4 EditorConfig files relevant to a given filepath. | 4 EditorConfig files relevant to a given filepath. |
5 | 5 |
6 Licensed under PSF License (see LICENSE.txt file). | 6 Licensed under Simplified BSD License (see LICENSE.BSD file). |
7 | 7 |
8 """ | 8 """ |
9 | 9 |
10 import os | 10 import os |
11 | 11 |