-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add line separator attribute (CRLF) #118
Comments
I add eol config, https://github.com/Lochinor/intl_utils |
Simple Used:
run command dart run intl_utils:generate |
@Lochinor can you please submit a pull request on that? |
This PR also you can use by build style. |
We've been coding a lot on my current job, and came to agreement to make all files in CRLF line separators, since this is more fitable for our project.
I have a problem with persistent appearing in commit window with generated files
![image](https://private-user-images.githubusercontent.com/38156331/274115318-13b4aa10-da5b-4e38-9416-cc10e5659430.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwODY5NjIsIm5iZiI6MTczOTA4NjY2MiwicGF0aCI6Ii8zODE1NjMzMS8yNzQxMTUzMTgtMTNiNGFhMTAtZGE1Yi00ZTM4LTk0MTYtY2MxMGU1NjU5NDMwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDA3Mzc0MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTZiMDlmNmE1NGQ2YjA2ZTZhYjNmNzllZmU5ZTI4N2ZkYjZiZWQ2MGQyMGJmMjM4YjZkMmRjODg1YzRkNzczM2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.zzZhq9L5K4sVLsI-5EwS6Z0X-rPNLxqJGxUlYeMINmQ)
![image](https://private-user-images.githubusercontent.com/38156331/274115383-1e1d7a42-b31e-4565-90da-2f9ff1ec9a54.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwODY5NjIsIm5iZiI6MTczOTA4NjY2MiwicGF0aCI6Ii8zODE1NjMzMS8yNzQxMTUzODMtMWUxZDdhNDItYjMxZS00NTY1LTkwZGEtMmY5ZmYxZWM5YTU0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDA3Mzc0MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTE0NjFlZDRjNWYyNmVhNzI3ZTI5ZTBjZGE4MjlhYmYzYmM5NDJiODhiMzk0YWY4ZWJiZjk4ZTg3NmE5Mjk0NmUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Iw08TR37dJJDydO11Y8_mj0tIokcCUPHTfLCYKhFkOk)
where the only difference seem to be only in separators
how can we change it from being generated in LF to CRLF?
The text was updated successfully, but these errors were encountered: