You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The bug occurs when you try to initialize a global multiline variable as a two-dimensional array with tab
Erroneous code
intg_test[3][2] = {
{-3, 42},
{42, 1},
{-42, 0}
}
Additional infos
OS: Ubuntu 20.04 LTS
python --version: Python 3.8.10
norminette -v: <= 3.3.52
Additional context
The identation of global variables initialized in multi-dimensional arrays does not follow the identation of the entire file as expected with structs and enums
The text was updated successfully, but these errors were encountered:
Describe the bug
The bug occurs when you try to initialize a global multiline variable as a two-dimensional array with tab
Erroneous code
Additional infos
Additional context
![image](https://private-user-images.githubusercontent.com/49465538/248570975-6887608a-b5d3-48f2-adf5-da144bdf816c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MDYwMjcsIm5iZiI6MTczOTUwNTcyNywicGF0aCI6Ii80OTQ2NTUzOC8yNDg1NzA5NzUtNjg4NzYwOGEtYjVkMy00OGYyLWFkZjUtZGExNDRiZGY4MTZjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDA0MDIwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWUwNGJiMGUxYThmOWM0N2Y1NzYxNzU0MmVkMDhhM2E2YjAwZWFlZTE2MTBiZDVkODQ0NzJkZDA4YzhjMzE0MTgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.wZfQggiGP2PGgj4SuONYzX1Lxo_1RH0SvFEnwmfwCYE)
![image](https://private-user-images.githubusercontent.com/49465538/248570948-23c5217d-d9ef-4e91-9210-8b71ec37669f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MDYwMjcsIm5iZiI6MTczOTUwNTcyNywicGF0aCI6Ii80OTQ2NTUzOC8yNDg1NzA5NDgtMjNjNTIxN2QtZDllZi00ZTkxLTkyMTAtOGI3MWVjMzc2NjlmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDA0MDIwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWEwZWM4YTg5ZGU4N2MxYjFjMmJiYTc0ZDQwNTdiYzljMzY4ZWU1NDM5ZTNkOGZlMWE5ODQ0ZmZlZTVlNGE2OTYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.vLNuAwGOafNJ06MV6TLABpIq3Gp9WlDTIuyDvSM_Ve0)
The identation of global variables initialized in multi-dimensional arrays does not follow the identation of the entire file as expected with structs and enums
The text was updated successfully, but these errors were encountered: